Feat: manual addition of non-scrappable councils #76
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
스크랩이 불가능한 의회의 경우
runner.py
에서--import-from-json
옵션(+-m
(Mongo에 저장하는 옵션))을 지정해 수동으로 DB에 추가할 수 있습니다.이 때 입력으로 주어지는
json
은 스크랩하여 받아온 형태와 동일하여야 합니다:추가적으로 API의 커맨드라인 옵션을 스크랩 스크립트와 유사하도록 수정하였으며,
runner.py
에서 잘못 받아오던 인자들을 수정하였습니다.